chore(deps): patch 4 Dependabot alerts (hono 4.12.24)#242
Merged
Conversation
Bumps the pnpm `hono` override 4.12.18 -> 4.12.24 to clear four medium Dependabot alerts (#76-79), all fixed in hono 4.12.21: - GHSA-f577-qrjj-4474: JWT middleware accepts any Authorization scheme - GHSA-xrhx-7g5j-rcj5: IP restriction bypasses deny rules for non-canonical IPv6 - GHSA-2gcr-mfcq-wcc3: app.mount() strips prefix using undecoded path - GHSA-3hrh-pfw6-9m5x: cookie helper does not sanitize sameSite/priority hono is transitive via @modelcontextprotocol/sdk -> @hono/node-server; peer ranges (^4, ^4.11.4) accept 4.12.24. Build clean, unit/component tests pass. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
Author
|
justification for the age-gate override:
|
jason-rl
approved these changes
Jun 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Bumps the pnpm
honooverride4.12.18→4.12.24to clear four medium Dependabot alerts (#76–#79), all fixed in hono 4.12.21:GHSA-f577-qrjj-4474Authorizationscheme, not just BearerGHSA-xrhx-7g5j-rcj5GHSA-2gcr-mfcq-wcc3app.mount()strips prefix using undecoded path → mis-routing on percent-encoded pathsGHSA-3hrh-pfw6-9m5xsameSite/priority→ Set-Cookie injectionWhy this approach
honois purely transitive (@modelcontextprotocol/sdk→@hono/node-server) and already governed by the pnpmoverridesblock, so a single pin bump is the clean fix. Targeting4.12.24(latest in the same minor line) rather than the minimum4.12.21— all patch-level releases, a superset of the fixes, zero breaking surface.Peer ranges accept it:
@hono/node-serverwants^4, the MCP SDK wants^4.11.4. Lockfile resolveshono@4.12.24at every site with no stragglers below the patched floor.Verification
pnpm run build(tsc) → cleanscp/rsynce2e suite failing on401(no API key in CI/sandbox) — unrelated to this change.🤖 Generated with Claude Code